I found that blog comments stored not in 't_item_comments', but in 't_blog_comment'. That may be the problem that it doesn't display a comment in blog frontend and backend? After set parameter 'b_enabled' to 1 in table 't_blog_comment' for comment, its start showing in frontend.
And another bug in blog backend comments filter: if filter set to 'Enabled&Disabled' (and all comments on table 't_blog_comment' parameter 'b_enabled' is status 0) => no comments show, if set to 'Enabled' or 'Disabled' => it start show comments by status, if one of comment parameter 'b_enabled' is set to 1 and filter in backend set to 'Enabled&Disabled' is show only enabled comments.
sorry for my english