Well if that is the embed code for the private track
<iframe width="100%" height="20" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/871&color=ff5500&inverse=false&auto_play=false&show_user=true"></iframe>
then simply use
[soundcloud]https://api.soundcloud.com/tracks/871[/soundcloud]
Or you extend the bbcode to allow pasting in the embed code itself by using this search regex
\[soundcloud\](?<inner>.+?)\[/soundcloud\]|\[soundcloud\]\<iframe.*?src=\"https://w.soundcloud.com/player/\?url=(?<inner>.*?)&.*?\".*?\>\<\/iframe\>\[/soundcloud\]
then you can use
[soundcloud][/soundcloud]