I must not of seen the new post notification otherwise I would of answered you sooner.
To truncate the table, if you have access to run queries, you can run this in the ACP "Execute SQL query" box under the Maintenance section.
PHP Code:
truncate table reputation
If you have table prefixes, add the prefix before reputation, for example
PHP Code:
truncate table vb_reputation