If I linked the plugin correctly, you'll just have to create the same editor for private messages and wall posts as well
var textarea = document.getElementById('id-of-textarea');
// Instead of selecting a unique ID, select multiple textareas, like this:
var textarea = document.querySelectorAll('#message, #answers');
If this is not the SCEditor plugin you're using, please edit your question and be more specific.