ALTER TABLE mybb_users ADD COLUMN xuid char(16) assuming that when you mean 16 digits and words you mean 16 characters.
For more reference:
http://dev.mysql.com/doc/refman/5.1/en/alter-table.html
Of course you'll need to write the PHP code to actually do something with it.