make sure the column refered is a number (probably is a text type)
SELECT SUM(text::int) FROM yourTable;