CHARACTER_TBL has a missing column:
Code:
USE CHARACTER_01_DBF
GO
ALTER TABLE CHARACTER_TBL ADD m_nCountry int NULL CONSTRAINT DF_CHARACTER_TBL_m_nCountry DEFAULT (0)
GO
For the other error (CHARACTER_STR 'U1') we need your CHARACTER_STR procedure code.