Might be this: http://ckeditor.com/forums/FCKeditor...A0-empty-cells.

Short answer, the CKEditor automatically populates empty cells with a
HTML Code:
 
, but you can workaround it by putting a comment in the cell, for instance,
HTML Code:
<td><!-- blank --></td>
and then it should be blank.