Size Error means you're trying to access a numbered register that doesn't exist. The numbered registers are stored in a matrix named REGS; if that matrix is too small, or missing entirely, this error may occur.
The statistics summations are kept in numbered registers; by default, they are in registers 11 through 23. If you do SIZE 0025, you will restore REGS to its default size, and the statistics functions will work again. (The SIZE function is in the MODES menu.)