Put a scope qualifier in your SUM statement. Something like this (my syntax may be off)
=SUM(Fields!ColumnToAdd.Value,"2010")
Where "2010" is the name of the group for 2010.
You can also just add sum directly in the group. That would show the totals for each group.