This error occurs on Linux Cpanel server because of RoundCube database structure has not updated properly.
Resolution :
Access your server with root user and execute the belwo command :
[root@server~]# /usr/local/cpanel/bin/update-roundcube-sqlite --force
It will update the RoundCube database forcefully on the server an fixed this issue.
Done..