Just to add little more here... run dbcc updateusage for the table before running sp_spaceused to get accurate informations.
DBCC UPDATEUSAGE Reports and corrects inaccuracies in the sysindexes table, which may result in incorrect space usage reports by the sp_spaceused system stored procedure.
This example reports information about the authors table.